@charset "UTF-8";

* {
  font-family: 'Microsoft YaHei';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,
a.text-white:hover,
.text-white a:hover {
  color: #26b2e5 !important;
}

ul,
ol {
  margin: 0;
  margin-bottom: 0;
  list-style: none;
}
#pages{
	clear:both;
}
#pages a, #pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #26b2e5;
  background-color: #26b2e5;
}

a:hover,
a.text-white:hover,
.text-white a:hover {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}

.trans {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.ie-alert {
  font-size: 20px;
  display: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #d22234;
}

/*常用css样式*/
pre {
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #fff;
  border: none;
  background-color: transparent;
}

.form-control,
.input-text {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.word-break,.bread-item,.honor-name  {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.text-white {
  color: #fff !important;
}

.nav-active {
  color: #26b2e5 !important;
  border-bottom-color: #26b2e5 !important;
}

.text-brand {
  color: #26b2e5 !important;
}

#scrollUp {
  position: fixed;
  right: 0;
  bottom: 50px;
  cursor: pointer;
  padding: 10px;
}

#scrollUp:hover {
  background-color: #ccc;
}

.tel {
  font-size: 24px;
}

.tel img {
  margin-right: 10px;
}

.language {
  background-color: #26b2e5;
  padding: 0 15px;
  margin-right: 0 !important;
}

/* 首页s1 */
.margin-top-60 {
  margin-top: 60px;
}

.brand-container {
  border: 1px solid #ddd;
  padding: 5px;
}

.brand-title {
  padding: 10px 0;
  font-size: 18px;
}

.brand-des {
  color: #9c9c9c;
}

.brand-item:hover {
  margin-top: -10px;
  margin-bottom: 10px;
}

.brand-item:hover .brand-title {
  color: #26b2e5;
}

/* 首页s2 产品 */
.home-pro-brand {
  font-size: 24px;
}

.home-pro-line {
  width: 50px;
  height: 3px;
  background-color: #26b2e5;
  margin-top: 8px;
}

.home-pro-btn {
  font-size: 16px;
  line-height: 36px;
  cursor: pointer;
}

.home-pro-active {
  background-color: #26b2e5;
  color: #fff;
}

.home-pro-img {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.home-pro {
  margin-top: 30px;
}

.home-pro-b {
  margin-top: 30px;
}

.home-pro-b a {
  border: 1px solid #26b2e5;
  color: #26b2e5;
  padding: 8px 25px;
  margin: auto;
}

.home-pro .home-pro-list {
  display: none;
}

/* 首页s3 关于 */
.home-about {
  background-image: url(../../images/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

.home-about .container {
  position: relative;
}

.home-about .padding-zero {
  z-index: 999;
}

.home-about-info {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
  line-height: 32px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
}

.home-about-brand, .home-news-brand {
  margin-bottom: 20px;
}

.home-news-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 260px;
}

.home-img-bg {
  background-color: #26b2e5;
  color: #fff;
  padding: 15px 10px;
}

.home-i-title {
  font-size: 16px;
}

.home-img-des {
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 10px;
  line-height: 24px;
}

.home-img-bg a:hover {
  color: #569b12 !important
}

.home-n-time {
  color: #9a9a9a;
  font-size: 12px;
}

.home-news-list {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-size: 16px;
}

.footer-nav {
  background-color: #26b2e5;
  padding: 10px 0;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-nav-item {
  ;
  line-height: 32px;
}

.copyright {
  line-height: 40px;
  background-color: #333;
}

.nav-list {
  padding-bottom: 15px;
}

.zz img {
  max-height: 40px;
}

.text-white a {
  color: #fff;
}

/* 产品展示 */
.bread {
  background-color: #26b2e5;
  line-height: 24px;
  padding:8px 0;
}

.bread-brand {
  font-size: 24px;
}

.bread-item {
  display:block;
  float:left;
  padding:0 5px;
  width:20%;
  font-size: 16px;
}
a.bread-active{
	color:#ff0;
}
.text-white a:hover {
  color: yellow !important;
}

.cat-img {
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cat-brand {
  font-size: 24px;
  border-left: 3px solid #26b2e5;
  padding-left: 15px;
}

.btn-cat {
  border: 1px solid #26b2e5;
  border-radius: 17px;
  color: #26b2e5;
  margin-bottom: 15px;
}

.btn-cat:hover {
  background-color: #26b2e5;
  color: #fff !important;
}

.cat-btns {
  margin: 20px 0;
  overflow: hidden;
  clear: both;
}

.cat-p {
  margin-bottom: 30px;
  overflow: hidden;
}

.cat-btns .col-sm-3 {
  padding: 0 10px;
}

.list-pro {
  width: 100%;
  height: 260px;
  padding: 5px;
  border: 1px solid #ddd;
}

.list-pro-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.list-pro-title {
  border: 1px solid #ddd;
  line-height: 40px;
  border-top: none;
  font-size: 16px;
}

.list-pro-con {
  margin-bottom: 30px;
}

.list-pro-con:hover {
  margin-top: -10px;
  margin-bottom: 40px;
}

.show-p {
  padding: 8px 20px;
  background-color: #26b2e5;
  font-size: 18px;
  display: block;
}

.show-pro-brand {
  border-bottom: 1px solid #26b2e5;
  overflow: hidden;
}

.show-pro {
  font-size: 16px;
  line-height: 2em;
  letter-spacing: .5px;
  padding: 20px 0;
}

.next {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.back {
  background-color: #26b2e5;
  line-height: 60px;
}

a.text-white:hover {
  color: yellow !important;
}

.right .col-xs-6 {
  padding: 0 5px;
}

.right h3 {
  border-left: 3px solid #26b2e5;
  padding-left: 15px;
  overflow: hidden;
  margin: 15px 0;
}

/* 新闻资讯 news */
.cat-news-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cat-news-title {
  font-size: 18px;
  padding-top: 20px;
}

.cat-news-info {
  font-size: 12px;
  padding: 10px 0;
  overflow: hidden;
  color: #777;
}

.cat-news-des {
  line-height: 24px;
}

.cat-news-btn {
  margin-top: 20px;
}

.cat-news-list {
  overflow: hidden;
  margin-bottom: 30px;
}

.cat-news-list:hover {
  margin-top: -10px;
  margin-bottom: 40px;
  background-color: #f7f7f7;
}

.show-news {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: .5px;
}

/* 资质荣誉honor */
.honor-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 200px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.honor-container a {
  display: table-cell;
  width: 100%;
  height: 200px;
  vertical-align: middle;
}

.honor-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

.honor-name {
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 30px;
  padding: 10px 0;
}
.page-about{
	font-size:16px;
	line-height:2em;
}
@media(max-width:768px){
	.menue-logo img{
		max-height:60px;
	}
	.home-pro-btns{
		overflow:hidden;
		margin-top:20px;
	}
	.home-pro-img{
		height:150px;
	}
	.brand-des{
		overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom:15px;
	}
	.home-news-i{
		height:212px;
		overflow-y:scroll;
	}
	.home-about-info{
		position: static;
		background-color:rgba(255,255,255,.7);
	}
	.bread-item{
		width:33.3333333%;
	}
}

/* 2019年7月30日14:31:06 */
.home-xw-des{
	font-size:14px;
	color:#777;
	padding-top:10px;
}
.about-brand-title{
	font-size:24px;
	font-weight:bold;
	padding-left:15px;
	color:#26b2e5;
	margin:20px 0;
	border-left:4px solid #26b2e5;
}
@media(max-width:768px){
	body{
		padding-top:60px;
	}
	.bread-brand{
		display:none;
	}
	.page-about{
		padding:0 15px;
	}
	.honor-container,.honor-container a{
		height:150px;
	}
	.honor-container a img{
		max-height:150px;
	}
	.list-pro{
		height:150px
	}
	.margin-top-60{
		margin-top:30px;
	}
	.list-pro-con{
		padding:0 10px;
		margin-bottom:20px;
	}
	.brand-des{
		height:60px;
	}
	.home-about-brand,.home-news-brand{
		padding:0 15px;
	}
}